Commit graph

1410 commits

Author SHA1 Message Date
Marcin Kuzminski
3d3f2db34a core: removed pyro4 from Enterprise code. Fixes #5198 2017-02-07 15:58:49 +01:00
Marcin Kuzminski
18f667c234 mailer: don't use a mutable default argument 2017-02-07 16:07:05 +01:00
Marcin Kuzminski
029abc25e9 api: cleanup sessions enforce older_then must be a valid INT. 2017-02-07 13:16:15 +01:00
Marcin Kuzminski
6b600fa872 style: fixed some wrong less arguments used. 2017-02-07 16:14:24 +01:00
Marcin Kuzminski
4326092878 dependencies: bumped pyramid to 1.7.4
- fixes #5184
2017-02-06 17:56:19 +01:00
Marcin Kuzminski
868f2947d9 release: Bump version 4.6.0 to 4.7.0 2017-02-05 22:13:33 +01:00
Marcin Kuzminski
b79e658a19 release: merge back stable branch into default 2017-02-05 22:12:47 +01:00
Marcin Kuzminski
2b13321f2a Added tag v4.6.0 for changeset 27c3b85fafc8 2017-02-05 18:12:52 +01:00
Marcin Kuzminski
55f95e1880 release: Finish preparation for 4.6.0 2017-02-05 18:12:52 +01:00
Marcin Kuzminski
209e691571 release: updated pip2nix output for 4.6.0 2017-02-05 18:12:47 +01:00
Marcin Kuzminski
a35a6b4cd4 i18n: Update compiled message objects and js i18n files 2017-02-05 18:08:23 +01:00
Marcin Kuzminski
eccdd8f74f i18n: Pulled translation from Transifex 2017-02-05 18:07:58 +01:00
Marcin Kuzminski
7bd8f1edbd i18n: Updated message catalog template 2017-02-05 18:07:29 +01:00
Marcin Kuzminski
4bd1fbba7c release: Merge default into stable for release preparation 2017-02-05 17:59:31 +01:00
Marcin Kuzminski
19e8cae7a5 docs: updated API docs 2017-02-05 17:07:54 +01:00
Marcin Kuzminski
00fa6c3e5c docs: added changelog for 4.6.0 2017-02-01 14:26:40 +01:00
Marcin Kuzminski
d9f1c3f5de docs: added info about changing authentication type for users 2017-02-05 12:20:27 +01:00
Marcin Kuzminski
4d3bbcd18e core: added metadata for control upgrades. 2017-02-02 23:11:07 +01:00
Marcin Kuzminski
b8e42f991d system-info: added usage info. 2017-02-02 23:10:37 +01:00
Marcin Kuzminski
66814dcfb5 i18n: updated message catalog 2017-02-01 21:10:11 +01:00
Marcin Kuzminski
bd7d64aefb i18n: update JS translations 2017-02-01 21:09:19 +01:00
Marcin Kuzminski
4da039bc7e comments: fix scroll to comments that are outdated. Auto-show them on scroll. 2017-02-01 21:21:45 +01:00
Marcin Kuzminski
2ec1d828e5 notifications: fixed translation problem in my notifications. 2017-02-01 15:34:47 +01:00
Marcin Kuzminski
9464700f9b comments: fixed scroll issue. 2017-02-01 14:39:26 +01:00
Marcin Kuzminski
9c43777217 commit-page: show unresolved TODOs on commit page below comments. 2017-02-01 13:09:54 +01:00
Marcin Kuzminski
adca0da138 integrations: fix re-submit of form on repo integrations. 2017-02-01 12:48:49 +01:00
Marcin Kuzminski
33ec213f25 merge-checks: show only username for allowed to merge check. 2017-02-01 12:11:01 +01:00
Marcin Kuzminski
664c4da7a6 webhook: add possibility to use POST or GET methods for calling webhooks. 2017-02-01 12:07:21 +01:00
Marcin Kuzminski
49361e3b29 comments: add info about / action helpers into comments box. 2017-01-31 23:07:19 +01:00
Marcin Kuzminski
9554c059c0 tests: fixed tests for graphmod 2017-01-31 21:13:03 +01:00
Marcin Kuzminski
608e51e4cb changelog: added dynamic loaders to extend number of commits inside changelog.
- implements #5187
2017-01-31 22:05:36 +01:00
Marcin Kuzminski
933651e934 pr: small refactor of code. 2017-01-30 20:06:35 +01:00
Marcin Kuzminski
bd3bac4b90 db: lazy join commit resolved data in order to prevent multi-query fetching. 2017-01-30 18:09:04 +01:00
Marcin Kuzminski
29ded452fe pull-requests: remove template context registration as it's not
used anywhere.
2017-01-30 18:03:04 +01:00
Marcin Kuzminski
8c3f6e1f5b perms: fixed call to correctly check permissions for admin. 2017-01-30 17:20:48 +01:00
Marcin Kuzminski
e64716029d pr-diffs: fixed a case when there are outdated comments and we're doing a rebase compare. 2017-01-30 13:55:08 +01:00
Marcin Kuzminski
23ff2e2325 test: fixes for tests for PR versions. 2017-01-30 12:41:24 +01:00
Marcin Kuzminski
5e35e36e4f pr-model: don't use set to calculate commit ranges as they generate random order. 2017-01-30 12:41:16 +01:00
Marcin Kuzminski
2d4747cc69 pr-versioning: move version controller to dedicated PR file 2017-01-30 13:04:12 +01:00
Marcin Kuzminski
8afad62984 pr-versioning: ux better selectors 2017-01-26 12:53:43 +01:00
Marcin Kuzminski
abda1c528f pr-versioning: link-changes 2017-01-25 21:45:47 +01:00
Marcin Kuzminski
e7511ca6f6 pr-versioning: implemented versioning for pull requests.
- users can navigate via each version or generate diffs between versions
- diff between versions will show changed commits and partial diffs
- redone the UI for versioning a bit
- small UI fixes
2017-01-25 19:06:59 +01:00
Marcin Kuzminski
ad2b740b5b user-sessions: added an API call to cleanup sessions. 2017-01-30 11:17:42 +01:00
Marcin Kuzminski
452fb50caf user-sessions: fixed tests and translation mechanism for user sessions. 2017-01-28 19:58:59 +01:00
Marcin Kuzminski
41e7391c22 config: updated example gunicorn configuration. 2017-01-28 19:24:47 +01:00
Marcin Kuzminski
0531c78094 user-sessions: add count and cleanup of file-based sessions. 2017-01-28 19:24:23 +01:00
Marcin Kuzminski
a06ed60656 vcs-core: add a shadow-repo extractor for pull-requests, and git objects. 2017-01-23 22:53:53 +01:00
Marcin Kuzminski
06715c8d97 comments: register different slash commands for inline vs general comments. 2017-01-25 21:29:22 +01:00
Marcin Kuzminski
d90e6712d6 code-mirror: implement slash actions instead of ctrl+space.
- added set as note,todo for general comments.
2017-01-25 20:40:24 +01:00
Marcin Kuzminski
d055888eda comments: link to resolved comment in FIX comment type. 2017-01-24 16:11:41 +01:00