0
I Use This!
Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Sep 18, 2023 — Sep 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chg: [models] removed useless use of self
Cedric
as Cédric Bonhomme
More... about 3 years ago
reformat
Cedric
as Cédric Bonhomme
More... about 3 years ago
fix: [object versioning] use a simple Exception instead of a flask_restless.ProcessingException when the object is not validated by the schema
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] check that the Version to restore validates the current schema.
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] check schena of version to restore
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] check schena of version to restore
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] added a function to restore a previously saved Version object in the current JsonObject.
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] renamed template to list versions and various minor improvements.
Cedric
as Cédric Bonhomme
More... about 3 years ago
updated urllib
Cedric
as Cédric Bonhomme
More... about 3 years ago
fix: [postgresql] fixed bad SQLALCHEMY_DATABASE_URL in bootstrap.py on testing environment
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [dependencies] updated sqlalchemy, alembic and other dependencies.
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] the migration script now initializes all the editor_id in the table json_object
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] set editor_id to not nullable and initialize the value during the migration
Cedric
as Cédric Bonhomme
More... about 3 years ago
Merge branch 'master' into object-versioning
Cedric
as Cédric Bonhomme
More... about 3 years ago
fix: [admin] attribute is_membership_restricted was not retrieved and saved when creating a new organization.
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] fixed date format in view_diff template
Cedric
as Cédric Bonhomme
More... about 3 years ago
chg: [object versioning] initialize the editor of an object if it is not already done, after creating the first revision
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] removed debug print
Cedric
as Cédric Bonhomme
More... over 3 years ago
fix: [object versioning] manage cases when an object has no previous version
Cedric
as Cédric Bonhomme
More... over 3 years ago
fix: [object versioning] fixed display of the diff table
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] cleaned migration file.
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] updated migration file with the new editor_id foreign key.
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] added link to editor page in the diff template.
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] display page of revision to unauthenticated user.
Cedric
as Cédric Bonhomme
More... over 3 years ago
Merge branch 'master' into object-versioning
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: updated CHANGELOG.
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: bumped version number
Cedric
as Cédric Bonhomme
More... over 3 years ago
fix: [object versioning] fixed display of the revision history table.
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] added custom CSS to the table generated with HtmlDiff.
Cedric
as Cédric Bonhomme
More... over 3 years ago
chg: [object versioning] added a helper function which geneated a diff between two revisions of an object.
Cedric
as Cédric Bonhomme
More... over 3 years ago