Commit graph

1181 commits

Author SHA1 Message Date
Marcin Kuzminski
571b952467 packages: updated nix packages with latest version 2016-12-01 21:03:03 +01:00
Marcin Kuzminski
6c9444d018 vcs: raise better exception if file node history cannot be extracted.
reference: #4664
2016-12-01 17:50:10 +01:00
Marcin Kuzminski
9e9d94b8cf release: Bump version 4.5.0 to 4.6.0 2016-12-01 10:18:41 +00:00
Marcin Kuzminski
5eb6aaca60 release: merge back stable branch into default 2016-12-01 10:18:35 +00:00
Marcin Kuzminski
ef5ffbd410 Added tag v4.5.0 for changeset 27d783325930 2016-12-01 10:18:24 +00:00
Marcin Kuzminski
fa62dc5053 release: Finish preparation for 4.5.0 2016-12-01 10:18:23 +00:00
Marcin Kuzminski
eba8d8cba3 release: updated pip2nix output for 4.5.0 2016-12-01 10:18:16 +00:00
Marcin Kuzminski
047c8cbe23 i18n: Update compiled message objects and js i18n files 2016-12-01 10:13:01 +00:00
Marcin Kuzminski
9b9a421ebe i18n: Pulled translation from Transifex 2016-12-01 10:12:44 +00:00
Marcin Kuzminski
da0b6dedc3 i18n: Updated message catalog template 2016-12-01 10:12:19 +00:00
Marcin Kuzminski
7893288033 release: Merge default into stable for release preparation 2016-12-01 10:12:00 +00:00
Marcin Kuzminski
0c8da54397 docs: updated api docs. 2016-12-01 11:09:12 +01:00
Marcin Kuzminski
0807929f8c docs: release notes for version 4.5.0. 2016-11-30 21:34:36 +01:00
Marcin Kuzminski
8122226ff7 changelog: reformat changelog to put new features as first item. 2016-12-01 00:46:22 +01:00
Marcin Lulek
cb2790e822 js: fixes for new diff structure 2016-11-29 13:33:06 +01:00
Marcin Lulek
863f7254a9 styles: replace adjacent selector with sibling selctor 2016-11-29 13:30:17 +01:00
Marcin Kuzminski
3d4b740c6c configuration: synced ini configuration changes 2016-11-28 18:49:10 +01:00
Marcin Lulek
84264c3466 channelstream: use sha256 for history filename hashes 2016-11-28 22:38:45 +01:00
Marcin Kuzminski
efebab78b9 tests: fix accidentally broken tests. 2016-11-28 01:34:43 +01:00
Marcin Kuzminski
068dc61d56 comments-nav: add dividers according to the UI specs. 2016-11-28 01:01:40 +01:00
Marcin Kuzminski
854da3a6c0 comments: make add arrow slightly smaller, and not hide the line numbers when hover. 2016-11-28 00:54:58 +01:00
Daniel Dourvaris
c5cdd9695a diffs: add new diffs to pull request page 2016-11-25 11:14:04 +02:00
Daniel Dourvaris
7497abf26d diffs: fix bug where relevant pull request comments were not being
shown on single changeset page, fixes #4311
2016-11-25 08:18:36 +02:00
Daniel Dourvaris
0eeefabdfd ux: add hidden comments indicators plus style tweaks
* add hidden comments indicator in diff lines
* make no new line at end of file marker red
* fixes bug where show/hide comments was not changing message

refs #4311
2016-11-25 08:14:15 +02:00
Marcin Kuzminski
e2e4b830d8 api: add backward compatible info required for rhodecode-index. 2016-11-25 19:47:36 +01:00
Marcin Kuzminski
0d77b2d964 system-info: fix display of text in system inodes. 2016-11-25 17:12:44 +01:00
Marcin Kuzminski
fb621ee72c repo-group-schemas: refactor repository group schemas.
- fixes #4133
- refactor to make it behave like repo schemas
- chain validation fixes
- nicer error messages
- consistent permission checks
2016-11-24 23:11:23 +01:00
Marcin Kuzminski
c081457f2c repo-schemas: refactor repository schemas and use it in API update/create functions.
- now it uses consistent way of serializing/validating data
- parent groups are consistenty handled by name parameter
- fixes #4133
- fixes other problems with bad data
- changes API slightly
- validation chain ordering, first permissions, then uniqness.
  Helps prevent resource disvovery
2016-11-24 23:48:10 +01:00
Marcin Kuzminski
7aa1116308 repo-group: add path to exception when directory under which repo group should be created already exists. 2016-11-21 13:27:49 +01:00
Marcin Kuzminski
61fd73e695 repo-group-model: add flag to return proper object along the exported names. 2016-11-23 17:32:57 +01:00
Marcin Kuzminski
2a8b58692d api: refactor auth helpers to reflect the action they do.
- those validators verify and throws expcetions, which is now reflected in the name
2016-11-23 17:23:41 +01:00
Marcin Kuzminski
1943efb1b8 validation-schema: added StringBoolean type and IPAddr validator. 2016-11-23 15:22:02 +01:00
Marcin Kuzminski
b1aa2ee914 api-utils: added helper to validate repository-group access permissions. 2016-11-23 14:49:24 +01:00
Marcin Kuzminski
35e9621a5b slugs: make special chars not be replaced by '-'. THis produces a much
better slugs. Eg /fo;o/b|ar/ => will be /foo/bar/ and not /fo-o/b-ar/
Which doesn't make sense from human readable names.
2016-11-23 13:56:03 +01:00
Marcin Kuzminski
71358e3f42 backends: fix potential unicode problems on debug logging. 2016-11-23 11:56:21 +01:00
Marcin Kuzminski
26741dfe44 i18n-js: updated generated messages. 2016-11-24 15:50:43 +01:00
Marcin Kuzminski
351ff18e08 i18n: added dummy file wth translations to help extract JS messages from EE version.
- helps also to translate parts from unreachable code.
  Temp solution, but it works.
2016-11-24 15:48:27 +01:00
Daniel Dourvaris
e97cb5ad1e diffs: add comments to changeset diffs 2016-10-28 10:39:55 +03:00
Daniel Dourvaris
d1a7921cfc diffs: add repo_name as parameter of diffset - fixes bug
where comparing different target/source repos had wrong diff links
2016-10-28 09:42:19 +03:00
Daniel Dourvaris
cbd60560be model: add outdated property to changeset comment to check if
comment is outdated
2016-10-27 10:03:43 +03:00
Daniel Dourvaris
09462ffeae js: add failure callbacks to ajax functions to allow custom
behaviour on failed requests
2016-10-27 09:56:27 +03:00
Daniel Dourvaris
ea3308928c changeset: add new diffs to changeset controller 2016-10-26 17:57:23 +03:00
Daniel Dourvaris
1278eec21d ux: make the diffset header more pronounced and show commit details
if a commit is available, also color it orange when a diff has been
limited
2016-10-26 17:55:20 +03:00
Daniel Dourvaris
0584810d77 diffs: move diffmode to template global context and add it to session
so mode is saved between requests
2016-10-26 16:53:16 +03:00
Daniel Dourvaris
3e93f44117 diffs: rename .diff to .filediff and use .diffset for grouping
a list of diffs since .filediff refers to a single file rather than
the entire diff
2016-10-26 16:21:57 +03:00
Daniel Dourvaris
ec2bf92f43 diffs: add commit id argument and use id of filediff for identifying
collapse blocks and links, this allows render_diffset to be used
multiple times on a page without conflicting with each other
2016-10-26 13:13:42 +03:00
Daniel Dourvaris
df7d228bef diffs: add ruler to diff output to show eg. 80 char line 2016-10-25 17:54:35 +03:00
Martin Bornhold
9a1b3214a3 nix: Add sourcesOverrides argument to shell.nix to set the vcs server path in jenkins. 2016-10-26 11:52:03 +02:00
Marcin Kuzminski
6c03255e1e Added tag v4.4.2 for changeset d2514226abc8 2016-10-17 10:34:24 +00:00
Marcin Kuzminski
d81a8cf94e release: Finish preparation for 4.4.2 2016-10-17 10:34:23 +00:00